widget: Don't add reordered children
authorMatthias Clasen <mclasen@redhat.com>
Sat, 24 Oct 2020 15:12:19 +0000 (11:12 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Sat, 24 Oct 2020 15:17:56 +0000 (11:17 -0400)
commit1e13acb206eed23468496f831f3e584890536c7a
treeccda2094b9176e849e5ab608699a4e9ef571080a
parent5b2b2feb9f27496dacc8cfda90bc90cffd7ebcca
widget: Don't add reordered children

gtk_widget_reposition_after is called both to add new children,
and to reposition existing children. We only want to emit
accessible changes in the former case (since AT-SPI doesn't
have events for reordering).
gtk/gtkwidget.c